html, body {
    font-family: 'Circe', serif;
    background: #111;
}

.select:focus, .phone:focus, input, button, a, button:active, button:focus, textarea:active, textarea:focus {
    outline: none !important;
}

.container {
    max-width: 1200px;
}

.bottom_fix {
    position: absolute;
    bottom: 0px;
    padding: 35px;
}

.bottom_fix p {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
}

.bottom_fix p .phone_fix {
    margin: 10px 0px;
    font-size: 26px;
    color: #f7941d;
    font-weight: bold;
}

.bottom_fix p .button_fix {
    background: #f7941d;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #f7941d;
}

.bottom_fix p .button_fix:hover {
    background: none;
    color: black;
}

.hamburger {
    background: none;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: white;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 999;
    background: #f7941d;
}

.cross {
    background: none;
    position: fixed;
    top: 0px;
    right: 0;
    padding: 2px 15px 0px 13px;
    color: #999;
    border: 0;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 1000;
}

.display_mob {
    color: #666 !important;
    border: 1px solid #f7941d !important;
    display: inline-block !important;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding-right: 40px;
    text-transform: uppercase;
    line-height: 2;
    height: auto;
    background: none !important;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.display_mob option {
    background: white;
}

.menu {
    z-index: 999;
    width: 320px;
    height: 100%;
    right: 0px;
    background: #f1f1f1;
    position: fixed;
    text-align: left;
    font-size: 18px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    display: block;
    padding: 15px 30px;
    border-bottom: #dddddd 1px solid;
}

.menu li:hover {
    display: block;
    background: #ffffff;
    padding: 15px 30px;
    border-bottom: #dddddd 1px solid;
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #666;
    text-transform: uppercase;
}

.menu ul li a:hover {
    color: #666;
    text-decoration: none;
}

.menu a {
    text-decoration: none;
    color: #666;
}

.menu a:hover {
    text-decoration: none;
    color: #666;
}

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

.screen1 {
    background: url("../images/bg.jpg") no-repeat center/cover;
    width: 100%;
    height: 980px;
}

.top_logo {
    -ms-flex: 0 0 22%;
    -webkit-box-flex: 0;
    flex: 0 0 22%;
    max-width: 22%;
}

.top_logo:after {
    content: '';
    background: #333232;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0px;
}

.top_phone_block {
    -ms-flex: 0 0 17.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 17.666667%;
    max-width: 17.666667%;
}

.description {
    font-weight: 300;
    color: #cdcdcd;
    font-size: 16px;
    line-height: 21px;
}

.social:hover {
    opacity: 0.8;
}

.social {
    max-width: 35px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
}

.social svg {
    width: 100%;
    height: auto;
    max-width: 35px;
}

.telegram {
    max-width: 40px;
    display: inline-block;
    margin-left: 7px;
}

.telegram svg {
    max-width: 40px;
}

.custom-select {
    background: url(../images/choose.png) no-repeat right;
    border: none;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.custom-select option {
    background: black;
}

.border-button {
    position: relative;
    border: 1px solid #333232;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    padding: 10px 17px 10px 39px;
    font-weight: normal;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.top_phone:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAABKElEQVRIidXUr0sEQRjG8efdEwSvaTRoMxiFw+YFt9ssJpt/gslksx0YhAPRoFabxWYRNIhYLvgDrhgUbIr6tczKMuwst7sT9EkD8+77mZkXVvrvsWwBpJJWJI15NX0zu2wsAW8U56BJ3yS3fg3UzMUC7gM1C8BUDOAqUNOSlMYAygbZrQv8BpgEPgqG/A4sNQYccuo1/wLWojR3wLIHbEdr7gADLnLALTARG+m4p8lyGBVwyI73VJuxgXHg2kO2APPqEmAd6NRBpoEnDzkC2m6/Bezn9p6BM6AHdEdF5oGhhzwAq8AJ4Qyq3GQGuCtpVpRh9n1S1lySzOxR0qKkPUmMfLI6AVLgpsoN6iCJm8E58B0AQr/+ytgssAEcAwPgBfgEdqMAfyI/Ys3hd3kY0X8AAAAASUVORK5CYII=") center/cover;
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 12px;
    top: 14px;
}

.border-button:hover {
    text-decoration: none;
    color: white;
    background: #ffc24d;
}

.screen1 .row:nth-child(1) {
    border-bottom: 1px solid #333232;
}

.fixed_top {
    height: auto;
    background: none;
    position: fixed;
    width: 100%;
    max-width: inherit;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 99;
}

#main .row:nth-child(1) {
    padding-top: 125px;
    border: none !important;
}

.orange {
    color: #f7941d !important;
}

h1, h2 {
    font-family: "Futura PT Cond Extra";
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    font-size: 42px;
    position: relative;
}

.preim_row .col-lg-3 {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
    flex: 0 0 27%;
    max-width: 27%;
}

.preim {
    font-size: 18px;
    color: #cdcdcd;
    margin-bottom: 0px;
    line-height: 23px;
    font-weight: 300;
    vertical-align: middle;
}

.check {
    background: url("../images/check.png") no-repeat center/cover;
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    margin-right: 15px;
}

.top_form {
    background: rgba(142, 142, 142, 0.39);
    border-radius: 5px;
    color: white;
    padding: 15px;
}

.top_form .desc_form {
    position: relative;
    color: white;
    line-height: 33px;
    font-size: 25px;
}

.top_form .fire {
    background: url("../images/fire.png") no-repeat center/cover;
    width: 23px;
    height: 34px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.top_form .fire:before {
    content: '';
    width: 128px;
    height: 1px;
    background: #525252;
    position: absolute;
    top: 21px;
    right: 40px;
}

.top_form .fire:after {
    content: '';
    width: 128px;
    height: 1px;
    background: #525252;
    position: absolute;
    top: 21px;
    left: 40px;
}

.screen1 .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #cdcdcd;
    width: 100%;
    height: 55px;
    max-width: 280px;
    font-weight: 300;
    margin: 10px 0px;
    text-align: center;
}

.input_select {
    margin-top: 20px;
}

.select .active {
    border-radius: 0px !important;
}

.screen1 .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #272727;
    padding: 13px 15px;
    border-radius: 50px;
}

.screen1 .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #ffb94e transparent transparent transparent;
    position: absolute;
    top: 24px;
    right: 20px;
}

.screen1 .select-styled:hover {
    background-color: #272727;
}

.screen1 .select-styled:active, .screen1 .select-styled.active {
    background-color: #272727;
}

.select-styled:active:after, .select-styled.active:after {
    top: 16px;
    border-color: transparent transparent #ffb94e transparent;
}

.screen1 .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #272727;
}

.screen1 .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #272727;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.screen1 .select-options li:hover {
    color: #272727;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.top_form .phone, .marka, .model {
    background-color: #272727;
    padding: 13px 15px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    color: #cdcdcd;
    width: 100%;
    height: 55px;
    max-width: 280px;
    font-weight: 300;
    text-align: center;
    margin: 7px 0px;
}

.button_form {
    background: url("../images/buttons.png") no-repeat center/cover;
    width: 100%;
    max-width: 280px;
    height: 60px;
    border: none;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: bold;
    position: relative;
}

.button_form:hover {
    opacity: 0.8;
}

.button_form:after {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAYklEQVRIie3TsQmAUAxF0aPirFaK4ASOYOcsDuUE8rWxsFOQCMK/9ePdEBIyma9o0aOIKK+xYccUJWmRoiXNRTL/WtJdJMNduIyY4A2hKwotDz3TV49WPcgkrFgwnqJM5kMOgqse+CJxiGwAAAAASUVORK5CYII=") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.screen2 {
    background: #090909 url(../images/nitro.jpg) no-repeat;
    width: 100%;
    height: 680px;
    background-size: 53%;
    background-position: top right;
    position: relative;
}

.screen2:after {
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, from(#090909), color-stop(50%, #101010));
    background: -o-linear-gradient(top, #090909 0%, #101010 50%);
    background: linear-gradient(180deg, #090909 0%, #101010 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#101010", GradientType=1);
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
    display: block;
}

.screen2 p {
    font-size: 22px;
    color: #cdcdcd;
    position: relative;
    padding-left: 35px;
}

.screen2 p:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAxNzIgMTcyIgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE3MnYtMTcyaDE3MnYxNzJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iI2ZlOTE0YiI+PHBhdGggZD0iTTQzLDE0LjMzMzMzYy0wLjk4OTksMCAtMS45NTAxOSwwLjEwMzA5IC0yLjg4MzQ2LDAuMjkzOTVjLTYuNTMyOTMsMS4zMzU5OCAtMTEuNDQ5ODcsNy4xMTAxMiAtMTEuNDQ5ODcsMTQuMDM5Mzl2MTI5bDU3LjMzMzMzLC0yMS41bDU3LjMzMzMzLDIxLjV2LTEyOWMwLC0wLjk4NTQyIC0wLjEwMjE4LC0xLjk1MjY0IC0wLjI5Mzk1LC0yLjg4MzQ2Yy0xLjE0NTEzLC01LjU5OTY2IC01LjU1NjI3LC0xMC4wMTA4IC0xMS4xNTU5MiwtMTEuMTU1OTJjLTAuOTMzMjgsLTAuMTkwODUgLTEuODkzNTcsLTAuMjkzOTUgLTIuODgzNDcsLTAuMjkzOTV6Ij48L3BhdGg+PC9nPjwvZz48L3N2Zz4=") no-repeat center/cover;
    position: absolute;
    left: 0px;
    top: 3px;
}

.screen3 {
    background: url(../images/car.jpg) no-repeat center/cover;
    width: 100%;
    height: 1062px;
    margin: 0 auto;
    position: relative;
}

.screen3 h2:after {
    content: '';
    width: 200px;
    height: 1px;
    background: #fe9b4f;
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
}

.screen3 h3 {
    color: white;
    margin-top: 50px;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 0px 0px 20px white;
}

.screen4 {
    background: #111111 url(../images/elipse.jpg) no-repeat;
    width: 100%;
    height: auto;
    background-size: 35%;
    background-position: center left;
    position: relative;
    padding: 10px 0px 35px 0px;
}

.screen4:after {
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(#0e0e0e), color-stop(50%, #101010));
    background: -o-linear-gradient(bottom, #0e0e0e 0%, #101010 50%);
    background: linear-gradient(0deg, #0e0e0e 0%, #101010 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#101010", GradientType=1);
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 20px;
    display: block;
}

.screen4 h3 {
    font-size: 20px;
}

.screen4 .col-6 {
    margin-top: 30px;
}

.screen4 .service_text:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAxNzIgMTcyIgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE3MnYtMTcyaDE3MnYxNzJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iI2ZlOTE0YiI+PHBhdGggZD0iTTQzLDE0LjMzMzMzYy0wLjk4OTksMCAtMS45NTAxOSwwLjEwMzA5IC0yLjg4MzQ2LDAuMjkzOTVjLTYuNTMyOTMsMS4zMzU5OCAtMTEuNDQ5ODcsNy4xMTAxMiAtMTEuNDQ5ODcsMTQuMDM5Mzl2MTI5bDU3LjMzMzMzLC0yMS41bDU3LjMzMzMzLDIxLjV2LTEyOWMwLC0wLjk4NTQyIC0wLjEwMjE4LC0xLjk1MjY0IC0wLjI5Mzk1LC0yLjg4MzQ2Yy0xLjE0NTEzLC01LjU5OTY2IC01LjU1NjI3LC0xMC4wMTA4IC0xMS4xNTU5MiwtMTEuMTU1OTJjLTAuOTMzMjgsLTAuMTkwODUgLTEuODkzNTcsLTAuMjkzOTUgLTIuODgzNDcsLTAuMjkzOTV6Ij48L3BhdGg+PC9nPjwvZz48L3N2Zz4=") no-repeat center/cover;
    position: absolute;
    right: 15px;
    top: -7px;
    filter: grayscale(100%) invert(0%);
    -webkit-filter: grayscale(100%) invert(0%);
    display: inline-block;
}

.screen4 .service_text {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 30px 75px 30px;
    font-size: 18px;
    color: #303030;
    height: 100%;
    position: relative;
}

.screen4 .col-6:hover .service_text {
    color: white;
    background: url("../images/col-hover.jpg") no-repeat center/cover;
    width: 100%;
    height: 100%;
}

.screen4 .col-6:hover .service_text:before {
    -webkit-filter: none;
    filter: none;
}

.screen4 .col-6:hover .link_more {
    background: #ffcd63;
    background: -o-linear-gradient(218deg, #ffcd63 0%, #fe9454 62%);
    background: linear-gradient(232deg, #ffcd63 0%, #fe9454 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd63", endColorstr="#fe9454", GradientType=1);
    -webkit-box-shadow: 0px 0px 32.3px 5.7px rgba(255, 184, 77, 0.26);
    box-shadow: 0px 0px 32.3px 5.7px rgba(255, 184, 77, 0.26);
    border: none;
    color: white;
}

.screen6 .link_more {
    background: #ffcd63;
    background: -o-linear-gradient(218deg, #ffcd63 0%, #fe9454 62%);
    background: linear-gradient(232deg, #ffcd63 0%, #fe9454 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd63", endColorstr="#fe9454", GradientType=1);
    -webkit-box-shadow: 0px 0px 32.3px 5.7px rgba(255, 184, 77, 0.26);
    box-shadow: 0px 0px 32.3px 5.7px rgba(255, 184, 77, 0.26);
    border: none;
    color: white;
    position: absolute;
    bottom: 0px;
    max-width: 200px;
}

.screen6 .link_more:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAW0lEQVRIie2UsQ2AMAwEL0zGNqwTKpg2TwFFukQRHymSr/efZL0NQQAgKUlKI7NbTziQgWtU0hLskopeTpfkqCR3SH6VNFs0FeuKlg73Htr3h7KtlpXEEx6szwN1+MFA3YH5WQAAAABJRU5ErkJggg==") no-repeat center/cover;
    content: '';
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    top: -2px;
}

.screen6 .link_more:hover {
    border: 1px solid #ffb74e;
    background: none;
}

.screen6 .link_more:hover:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAW0lEQVRIie2UsQ2AMAwEL0zGNqwTKpg2TwFFukQRHymSr/efZL0NQQAgKUlKI7NbTziQgWtU0hLskopeTpfkqCR3SH6VNFs0FeuKlg73Htr3h7KtlpXEEx6szwN1+MFA3YH5WQAAAABJRU5ErkJggg==") no-repeat center/cover;
}

.screen4 .col-6:hover .link_more:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAW0lEQVRIie2UsQ2AMAwEL0zGNqwTKpg2TwFFukQRHymSr/efZL0NQQAgKUlKI7NbTziQgWtU0hLskopeTpfkqCR3SH6VNFs0FeuKlg73Htr3h7KtlpXEEx6szwN1+MFA3YH5WQAAAABJRU5ErkJggg==") no-repeat center/cover;
}

.link_more:after {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==") no-repeat center/cover;
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    top: -2px;
}

.link_more {
    border: 1px solid #ffb74e;
    background: none;
    width: 100%;
    max-width: 280px;
    height: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
}

.text_auto {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.image_car img {
    max-width: 7%;
    height: auto;
    margin: 10px 0px;
}

.screen6 {
    background: url("../images/bg_resp.jpg") no-repeat center/cover;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}

.main_photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 380px;
    border-radius: 5px;
}

.main_photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
}

.other_photo a:hover img {
    opacity: 0.8;
}

.other_photo a {
    position: relative;
    overflow: hidden;
    width: 115px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 7px;
    height: 60px;
}

.other_photo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
    opacity: 1;
}

.screen6 table tr:nth-child(1) {
    border-bottom: 1px solid #fe9b4f;
}

.screen6 table tr td:nth-child(2),
.screen6 table tr td:nth-child(3) {
    padding: 5px 10px;
    text-align: center;
    position: relative;
}

.screen6 table tr td:nth-child(2), .screen6 table tr:nth-child(1) th:nth-child(1) {
    border-right: 1px solid #fe9b4f;
}

.arrow_red:before {
    content: ' \2191';
    color: red;
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 0px;
}

.arrow_green:before {
    content: ' \2193';
    color: #a8de34;
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 0px;
}

.auto_name {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

.screen7 {
    background: url("../images/bg_faq.jpg") no-repeat center/cover;
    width: 100%;
    min-height: 515px;
    padding: 170px 0px;
    height: auto;
}

.accordion {
    background: none;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    padding: 18px 20px 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    text-transform: uppercase;
    border-bottom: 1px solid #fe9b4f;
}

.screen7 .active {
    border-bottom: 0px;
}

.accordion:after {
    content: '\002B';
    color: white;
    background: #ffcd63;
    background: -o-linear-gradient(218deg, #ffcd63 0%, #fe9454 62%);
    background: linear-gradient(232deg, #ffcd63 0%, #fe9454 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd63", endColorstr="#fe9454", GradientType=1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    float: right;
    margin-left: 5px;
    padding-top: 4px;
    -webkit-transition: content 0.3s ease-out;
    -o-transition: content 0.3s ease-out;
    transition: content 0.3s ease-out;
}

.active:after {
    content: "\005E";
    -webkit-transition: content 0.3s ease-out;
    -o-transition: content 0.3s ease-out;
    transition: content 0.3s ease-out;
    padding-top: 10px;
}

.panel {
    padding: 0 0px;
    max-height: 0;
    font-size: 20px;
    color: white;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #fe9b4f;
}

.panel p {
    margin-top: 10px;
}

.screen8 {
    background: url("../images/bg_form.jpg") no-repeat center/cover;
    width: 100%;
    height: auto;
    padding: 120px 0px 120px 0px;
}

.screen8 .phone, .screen8 .marka, .screen8 .model {
    background-color: #ffffff;
    padding: 13px 15px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    color: black;
    width: 100%;
    height: 55px;
    max-width: 280px;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.screen8 .before_phone {
    position: relative;
}

.screen8 .before_phone:after {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAABvUlEQVRIidXUMWgTYRjG8f9zKQUFdehmEV2kSBexIG66tJdWm0ZBcRAFFQpuTiIOdhI3wa2FboKiFOIVTdJa1MVCQTq4iSBdXAQFQahtkselptc019pcBn2n73u/53t/dxwc/O+lPwuXc/2gPLhjQ8LBpLKFhVaB+LAp8J5NicC7gMutAkFs/b1pwrWeVoc3Ap+bR9TnV2e70gPmfUImQ7Xanx6QtviQPpUecOcssNoks4J4nBpQ9tk3cKnhvIa4poHpt6kBABw83LjXfQ1Ej1odvhkIn88B7+p7ecTTw7vbBkgYBzeB2lqrl06Ntw0AULawgHgQa11yOXe7bQAAldU7mMVY557Lubv2+r8LwGNjgcu5qy7ljycBSjrw3JluKsE8cCDWfgLL1xXO/PTT8xn2/ZoErqydfQUtIn+kGkxpsPBmSwDApeFepBlg//ojaQlzC/kc5kLC1U8Ko8PbAgB+MXSQjkwRdGS7bKy+KIy6IekbxEqnXy5RrZwAJgDvAOGvAAANFX8ojEaBEPjQdqAOhdEs88eOgi4Cr0l+o5X6nZ0AjeVi/hBBbRB8EtQHdAF7gQmF0Y00s/+d+g0vZH6oDSzmRwAAAABJRU5ErkJggg==") no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 17px;
}

.screen8 textarea {
    background-color: #ffffff;
    padding: 13px 15px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    color: black;
    width: 100%;
    height: 55px;
    font-weight: 300;
    text-align: center;
}

.w-80 {
    width: 80%;
}

.screen8 .button_form {
    background: #ffcd63;
    background: -o-linear-gradient(218deg, #ffcd63 0%, #fe9454 62%);
    background: linear-gradient(232deg, #ffcd63 0%, #fe9454 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd63", endColorstr="#fe9454", GradientType=1);
    color: white;
    height: 55px;
}

.screen8 .button_form:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAW0lEQVRIie2UsQ2AMAwEL0zGNqwTKpg2TwFFukQRHymSr/efZL0NQQAgKUlKI7NbTziQgWtU0hLskopeTpfkqCR3SH6VNFs0FeuKlg73Htr3h7KtlpXEEx6szwN1+MFA3YH5WQAAAABJRU5ErkJggg==") no-repeat center/cover;
    top: -2px;
}

.screen8 .button_form:hover {
    border: 1px solid #ffb74e;
    background: none;
    opacity: 1;
}

.screen9 {
    background: #0e0e0e;
    color: white;
    padding: 100px 0px 30px 0px;
}

.screen9 p {
    font-size: 18px;
}

.screen9 p a {
    color: white;
    text-decoration: none !important;
}

.screen9 p a:hover {
    color: #f7941d;
}

.screen10, .screen11 {
    background: #0e0e0e;
}

.screen10 img {
    opacity: 0.4;
}

.screen10 img:hover {
    opacity: 1;
}

.screen10 .description, .screen11 .copyrate {
    color: #757575;
}

.screen10 .top_phone_block {
    -ms-flex: 0 0 20.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}

.screen10 ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none !important;
}

.screen10 ul li a:hover {
    color: #f7941d;
}

.screen10 .bottom_desc {
    -ms-flex: 0 0 18%;
    -webkit-box-flex: 0;
    flex: 0 0 18%;
    max-width: 18%;
}

.screen10 .bottom_menu {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 29%;
    max-width: 29%;
}

.screen11 a {
    font-size: 18px;
    text-align: center;
    color: white;
    text-decoration: none !important;
    border-radius: 10px;
    width: 190px;
    height: 55px;
    margin: 0px 10px;
    position: relative;
    padding: 3px 0px 0px 25px;
}

.screen11 svg {
    position: absolute;
}

.screen11 a:hover {
    background: none;
}

.screen11 .viber_bottom {
    background: #8f4ca4;
    border: 1px solid #8f4ca4;
}

.screen11 .vk_bottom {
    background: #6e94c1;
    border: 1px solid #6e94c1;
}

.screen11 .telegram_bottom {
    background: #33b5e7;
    border: 1px solid #33b5e7;
}

.screen11 .whatsapp_bottom {
    background: #00d45d;
    border: 1px solid #00d45d;
}

.screen11 .instagram_bottom {
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: 1px solid #fd5949;
}

.screen11 .viber_bottom svg {
    left: 20px;
    top: 8px;
}

.screen11 .telegram_bottom svg {
    left: 20px;
    top: 8px;
}

.screen11 .whatsapp_bottom svg {
    left: 15px;
    top: 5px;
}

.screen11 .instagram_bottom svg {
    left: 20px;
    top: 13px;
}

.screen11 .vk_bottom svg {
    left: 23px;
    top: 15px;
}

.modal-content .close {
    z-index: 9999;
    float: right;
    position: absolute;
    right: 12px;
    top: 8px;
    color: white;
    opacity: 1;
    font-size: 32px;
}

#callback .modal-content .yellow_button {
    background: #ffcd63;
    background: -o-linear-gradient(218deg, #ffcd63 0%, #fe9454 62%);
    background: linear-gradient(232deg, #ffcd63 0%, #fe9454 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcd63", endColorstr="#fe9454", GradientType=1);
    -webkit-box-shadow: 0px 0px 32.3px 5.7px rgba(255, 184, 77, 0.26);
    box-shadow: 0px 0px 32.3px 5.7px rgba(255, 184, 77, 0.26);
    border: 1px solid #ffb74e;
    color: white;
    width: 100%;
    max-width: 300px;
    height: 50px;
    border-radius: 50px;
}

#callback .modal-content .yellow_button:hover {
    background: none;
    border: 1px solid #ffb74e;
}

#callback .modal-content input {
    background-color: #ffffff;
    padding: 13px 15px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    color: black;
    width: 100%;
    height: 55px;
    max-width: 280px;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin: 10px 0px;
}

#callback .modal-content {
    background: url(../images/col-hover.jpg) no-repeat center/cover;
    color: white;
    padding: 50px 30px 30px 30px;
}

@media only screen and (max-width: 1600px) {
    .screen3 {
        background: url(../images/car.jpg) center/contain;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1350px) {
    .screen3 {
        height: 860px;
    }

    .interactive-image .icon-button {
        width: 50px !important;
        height: 50px !important;
    }

    .screen7 {
        padding: 90px 0px;
    }

    .screen2 {
        height: 580px;
    }

    .screen9 {
        padding: 50px 0px 30px 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .top_logo {
        padding-left: 15px !important;
    }

    #main {
        height: 900px;
    }

    .screen2 {
        background-size: 66%;
    }

    .top_phone_block {
        -ms-flex: 0 0 22.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 22.666667% !important;
        max-width: 22.666667% !important;
    }

    .screen1 .col-lg-2 {
        -ms-flex: 0 0 13.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 13.666667%;
        max-width: 13.666667%;
    }
}

@media only screen and (max-width: 1150px) {
    .interactive-image .icon-button {
        margin-top: -20px;
    }

    .screen3 {
        height: 735px;
    }

    .other_photo a {
        width: 110px;
    }

    .screen7 {
        padding: 10px 0px 45px 0px;
    }

    .preim {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1120px) {
    h1, h2 {
        font-size: 36px;
    }

    .fixed_top {
        position: absolute;
    }

    .screen10 .bottom_menu {
        -ms-flex: 0 0 32%;
        -webkit-box-flex: 0;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .top_logo:after {
        display: none;
    }
}

@media only screen and (max-width: 1065px) {
    .custom-select {
        font-size: 16px;
    }

    .fixed_top .col-lg-3, .fixed_top .col-lg-2, .screen10 .col-lg-3, .screen10 .col-lg-2, .screen10 .top_phone_block {
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0px;
    }

    .fix, .screen10 .row {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .fix .center {
        display: inline-block;
    }

    #main {
        padding-top: 250px;
    }

    #main {
        background: url(../images/bg_mob.jpg) no-repeat center/cover;
    }

    .preim_row .col-lg-3 {
        -ms-flex: 0 0 32%;
        -webkit-box-flex: 0;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .top_form .desc_form {
        line-height: 25px;
        font-size: 21px;
    }

    h1, h2 {
        font-size: 32px;
    }

    .screen2 p {
        font-size: 18px;
    }

    .screen3 h2 br:nth-child(1) {
        display: none;
    }

    .link_more {
        left: 0px;
        position: absolute;
        bottom: 25px;
        right: 0px;
        margin: 0 auto;
        max-width: calc(100% - 10%);
    }

    .screen10 ul {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .screen10 ul li {
        margin: 0px 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .screen8 .phone, .screen8 .marka, .screen8 .model, .screen8 textarea {
        font-size: 15px;
    }

    .screen8 .button_form {
        font-size: 14px;
    }

    .screen8 .button_form:after {
        top: auto;
    }

    .screen4 h3 {
        font-size: 15px;
    }

    .screen4 .service_text p {
        font-size: 14px;
    }

    .link_more {
        font-size: 14px;
    }
}

@media only screen and (max-width: 960px) {
    .screen3 {
        height: 645px;
    }

    h2 {
        font-size: 26px;
    }

    .interactive-image .containers {
        width: 260px !important;
        height: auto !important;
    }

    .description {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .screen8 .w-80 {
        width: 100%;
    }

    #main {
        height: auto;
    }

    h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 890px) {
    .screen2 .col-md-9 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .screen2 {
        height: auto;
    }

    .screen2:after {
        display: none;
    }

    h2 {
        font-size: 22px;
    }

    .screen3 {
        height: 580px;
    }

    .screen4 .col-md-4 {
        -ms-flex: 0 0 49%;
        -webkit-box-flex: 0;
        flex: 0 0 49%;
        max-width: 49%;
    }

    .image_car img {
        max-width: 10%;
    }

    .screen6 .col-md-5 {
        -ms-flex: 0 0 84%;
        -webkit-box-flex: 0;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .screen6 .row .col-md-5:nth-child(2) {
        margin-left: 6.333333%;
        margin-top: 30px;
    }

    .ss-container {
        height: auto !important;
    }

    .screen6 .link_more {
        position: relative;
        margin: 15px auto;
    }

    .screen7 .col-md-8, .screen9 .col-md-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .interactive-image .containers {
        width: 200px !important;
        height: auto !important;
        padding: 10px 10px !important;
    }

    .interactive-image .icon-button {
        width: 40px !important;
        height: 40px !important;
        background-size: cover !important;
    }

    .screen3 {
        height: 78vh;
    }

    .screen3 br {
        display: none;
    }

    .screen3 h3 {
        margin-top: 40px;
        font-size: 16px;
        line-height: 23px;
    }

    .accordion {
        font-size: 18px;
    }

    .accordion:after {
        padding-top: 9px;
    }

    .screen8 .phone, .screen8 .marka, .screen8 .model {
        max-width: none;
        margin: 10px 0px;
    }

    .screen8 .w-80 {
        margin: 10px 0px !important;
    }

    .screen8 .button_form {
        max-width: none;
        margin-top: 20px !important;
    }

    .screen11 .social_bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .screen11 a {
        width: 50%;
        margin: 10px 10px;
    }

    .text_auto {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .fixed_top {
        display: none !important;
    }

    .screen8 .before_phone:after {
        top: 27px;
    }

    .menu li {
        padding: 10px 30px;
    }

    #main {
        padding-top: 0px;
    }

    #main .row:nth-child(1) {
        padding-top: 0px;
    }

    .preim_row .col-lg-3 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0px;
    }

    .preim_row .col-lg-3 p {
        font-size: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .preim_row .col-lg-3 p br {
        display: none;
    }

    .screen2 {
        background-size: 100%;
    }

    .screen3 {
        height: 400px;
    }

    .screen4 .col-md-4 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .panel p {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 460px) {
    .screen2 .col-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom_fix {
        position: relative;
    }

    .menu {
        overflow-y: scroll !important;
    }

    .screen3 {
        height: 430px;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .screen3 .container {
        background: black;
    }

    .interactive-image .icon-button {
        margin-top: 16%;
    }

    .interactive-image .containers {
        width: 120px !important;
    }

    .image_car img {
        max-width: 17%;
    }

    .ss-content {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 420px) {
    .screen3 {
        height: 390px;
    }

    .accordion {
        font-size: 15px;
    }

    .accordion:after {
        width: 35px;
        height: 35px;
        padding-top: 9px;
    }

    .screen8 {
        padding: 20px 0px 20px 0px;
    }
}

@media only screen and (max-width: 380px) {
    .accordion:after {
        width: 30px;
        height: 30px;
    }

    .accordion {
        font-size: 13px;
    }

    h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .screen9 p {
        font-size: 16px;
    }
}

.show-on-mobile {
  display: none;
}

@media only screen and (max-width: 601px) {
    .show-on-mobile {
      display: block;
    }
}
